home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 395 < prev    next >
Internet Message Format  |  1996-08-06  |  1KB

  1. Path: mchh.siemens.de!news
  2. From: Ronald Fischer <ronald.fischer@uebemc.siemens.de>
  3. Newsgroups: comp.std.c
  4. Subject: Re: how pass argv to exec cde ?
  5. Date: 15 Feb 1996 10:42:21 GMT
  6. Organization: Siemens AG,(Hofmannstr)  Munich-Germany-Europe.
  7. Message-ID: <4fv2md$lsc@moody.mchh.siemens.de>
  8. References: <4fbd0o$aj5@sunsic.si.univ-compiegne.fr> <4fs44l$3p8@moody.mchh.siemens.de> <31222200.1614@oc.com>
  9. NNTP-Posting-Host: themse.mchh.siemens.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.3 sun4m)
  14. X-URL: news:31222200.1614@oc.com
  15.  
  16. Larry Weiss <lfw@oc.com> wrote:
  17. >Neither execv() nor execl() are ANSI defined functions.
  18. >
  19. >I cannot recall any coverage of support for child processes
  20. >in the Standard.
  21.  
  22. Well, you are right. I used the execv/execl in my example because
  23. they were used in the original question, and because they are
  24. available on practically all DOS compilers (the original posting
  25. stem from a DOS environment) and Unix compilers (maybe it is a
  26. Posix standard).
  27.  
  28. I based my reply on the man pages of the Unix system I worked with.
  29.  
  30. Ronald
  31.  
  32.